Returns the version of REALbasic as a String.
result=RBVersionString
Part | Type | Description |
|---|---|---|
result |
Version of REALbasic that is running. |
Example
The following line displays the version of REALbasic that is running:
MsgBox "You're running version "+Rbversionstring+" of REALbasic!"
See Also
DebugBuild, RBVersion, TargetBigEndian, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMacOSClassic, TargetWin32, TargetX86 constants;#If statement.